www.gusucode.com > Getting Started with Model Verification and Validation工具箱 > Getting Started with Model Verification and Validation/Overview/Scripts/open_Open_Instructions_gif.m

    %Copyright 2019 The MathWorks, Inc.
file_name = 'Open_Instructions.gif';
if ispc
    winopen(file_name);
else
    system(['open ', file_name]); 
end
clear file_name